db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
KeyedCollection.opApply
db_constraints
keyed
keyedcollection
KeyedCollection
Allows you to use
this
in a foreach loop.
int
opApply
(int delegate(ref T) dg)
mixintemplate
KeyedCollection
(T)
final
int
opApply
(
int
delegate
(
ref
T
)
dg
)
if
(
usableForKeyedCollection
!(
T
)
)
int
opApply
(int delegate(key_type, ref T) dg)
Meta
Source
See Implementation
db_constraints
keyed
keyedcollection
KeyedCollection
aliases
collectionof
key_type
constructors
this
functions
add
contains
length
markAsSaved
notify
opApply
opBinaryRight
opDispatch
opIndex
opOpAssign
remove
violatesExclusionConstraints
violatesUniqueConstraints
mixins
collectionChanged
properties
containsChanges
enforceConstraints
variables
_items
Allows you to use this in a foreach loop.